Keycloak REST Services 1.2.0.Final

Path: / admin / realms / {realm} / clients-by-id / {app-name} / installation / jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/jbossReturn XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

Method Detail

GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

HTTP Example:
GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/jboss
API Example:

ClientResource.getJBossInstallation({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
String -
Produces:
text/plain

Keycloak REST Services 1.2.0.Final